THIS KNOWLEDGE BASE HAS BEEN ARCHIVED AND IS NO LONGER BEING UPDATED
Please visit library.nagios.com/docs for the latest and most up-to-date documentation.
Home » Categories » Multiple Categories

Nagios XI - Uploaded plugin returns "/bin/bash^M: bad interpreter: No such file or directory"

Problem Description

After uploading a plugin (check_apc_pdu_load.sh for example), the following error is produced:

The following error message is produced:

-bash: ./check_apc_pdu_load.sh: /bin/bash^M: bad interpreter: No such file or directory

This is caused by the file being in a "Windows" format instead of a "Unix" format. It has to do with the line endings / carriage returns.

 

Resolving The Problem

To resolve the problem you will convert the file to a Unix format. Execute the following steps from an SSH session as a user with root privileges.

The first step is to install the required package:

RHEL | CentOS | Oracle Linux

yum install -y dos2unix

 

Debian | Ubuntu

apt-get install -y dos2unix

 

The next step is to convert the file to a Unix format:

dos2unix /usr/local/nagios/libexec/check_apc_pdu_load.sh


This will output:

dos2unix: converting file /usr/local/nagios/libexec/check_apc_pdu_load.sh to UNIX format ...

 

After completing these steps the plugin should execute as intended.

 

 

Final Thoughts

For any support related questions please visit the Nagios Support Forums at:

http://support.nagios.com/forum/



Special Offer For Knowledgebase Visitors! Get a huge discount on Nagios Log Server by clicking below.

Get 60% Off Nagios Log Server!

Did you know? Nagios provides complete monitoring of: Windows, Linux, UNIX, Servers, Websites, SNMP, DHCP, DNS, Email, Storage, Files, Apache, IIS, EC2, and more!

1 (2)
Article Rating (2 Votes)
Rate this article
  • Icon PDFExport to PDF
  • Icon MS-WordExport to MS Word
Attachments Attachments
There are no attachments for this article.
Related Articles RSS Feed
Nagios XI - mysql_error out of range value for column
Viewed 8277 times since Tue, Aug 14, 2018
Nagios XI - Reset Upgrade Status In Web Interface
Viewed 12951 times since Tue, May 7, 2019
Nagios XI - MSSQL Query Wizard - Invalid characters in the username
Viewed 6473 times since Thu, Aug 3, 2017
Active Directory / LDAP - Troubleshooting Authentication Integration
Viewed 21892 times since Mon, Jun 26, 2017
Web Browser Reports 330 Error Content Encoding
Viewed 9396 times since Tue, Mar 7, 2017
Nagios XI - Problems Using Nagios XI With Proxies
Viewed 16056 times since Mon, Jan 25, 2016
Pages Not Displaying Correctly
Viewed 9613 times since Mon, Jan 25, 2016
SSL Certificate does not validate properly
Viewed 6454 times since Wed, Jan 20, 2021
PHPMailer - Troubleshooting Using Debug Logging
Viewed 39693 times since Tue, Aug 14, 2018
Nagios XI - Empty Screen for Wizard, Component, Dashlet
Viewed 9082 times since Wed, Jan 27, 2016